From: Lars Magne Ingebrigtsen Date: Thu, 23 Jun 2011 00:00:38 +0000 (+0000) Subject: nnimap.el (nnimap-open-connection-1): Fix indentation. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~324^2~3363 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=577fb0fad536f5dbdbf62f09d28bfb56fb40ba59;p=emacs.git nnimap.el (nnimap-open-connection-1): Fix indentation. --- diff --git a/lisp/gnus/ChangeLog b/lisp/gnus/ChangeLog index d7810363a7b..d2f591e20c3 100644 --- a/lisp/gnus/ChangeLog +++ b/lisp/gnus/ChangeLog @@ -1,3 +1,10 @@ +2011-06-22 Lars Magne Ingebrigtsen + + * auth-source.el (auth-source-netrc-create): Don't query the bits that + we already know. + (auth-source-forget-all-cached): Clear auth-source-netrc-cache, too. + (auth-source-netrc-create): Don't prompt for the stuff we already know. + 2011-06-21 Lars Magne Ingebrigtsen * auth-source.el (auth-source-netrc-create): Don't print all tokens in diff --git a/lisp/gnus/nnimap.el b/lisp/gnus/nnimap.el index 1bbd76f345e..2cfc88987f6 100644 --- a/lisp/gnus/nnimap.el +++ b/lisp/gnus/nnimap.el @@ -420,9 +420,9 @@ textual parts.") (nnimap-login (car credentials) (cadr credentials)))) (if (car login-result) (progn - ;; Save the credentials if a save function exists - ;; (such a function will only be passed if a new - ;; token was created). + ;; Save the credentials if a save function exists + ;; (such a function will only be passed if a new + ;; token was created). (when (functionp (nth 2 credentials)) (funcall (nth 2 credentials))) ;; See if CAPABILITY is set as part of login